(speedbar-highlight-face): Fix face spec.
authorAndreas Schwab <schwab@suse.de>
Thu, 5 Dec 2002 23:01:20 +0000 (23:01 +0000)
committerAndreas Schwab <schwab@suse.de>
Thu, 5 Dec 2002 23:01:20 +0000 (23:01 +0000)
lisp/speedbar.el

index 9b551fc0794cb18aa5de7b0e42f42b9e62a08c97..0781c4707b3247b344daa9df2aa858015842911f 100644 (file)
@@ -4174,10 +4174,10 @@ TEXT is the buffer's name, TOKEN and INDENT are unused."
                                    (:background "green"))
                                   (((class color) (background dark))
                                    (:background "sea green"))
-                                  (((class grayscale monochrome)
+                                  (((class grayscale mono)
                                     (background light))
                                    (:background "black"))
-                                  (((class grayscale monochrome)
+                                  (((class grayscale mono)
                                     (background dark))
                                    (:background "white")))
   "Face used for highlighting buttons with the mouse."